home *** CD-ROM | disk | FTP | other *** search
/ Minami 58 / MINAMI58.ISO / Varios / Juegos Flash / Gold Yard.exe / scripts / DefineButton2_334 / BUTTONCONDACTION on(keyPress M).as < prev   
Text File  |  2003-04-29  |  87b  |  7 lines

  1. on(keyPress "M"){
  2.    if(_root.gameover == 0)
  3.    {
  4.       _root.musicoff();
  5.    }
  6. }
  7.